[Snyk] Security upgrade @backstage/plugin-scaffolder-backend from 0.0.0-use.local to 0.1.1#5249
[Snyk] Security upgrade @backstage/plugin-scaffolder-backend from 0.0.0-use.local to 0.1.1#5249
Conversation
….json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MULTER-10185673 - https://snyk.io/vuln/SNYK-JS-MULTER-10185675
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
|
No applications have been configured for previews targeting branch: master. To do so go to restack console and configure your applications for previews. |
Reviewer's GuideThis PR addresses security vulnerabilities by explicitly bumping the @backstage/plugin-scaffolder-backend dependency in the Confluence-to-Markdown scaffolder module from a workspace reference to version 0.1.1, ensuring the patched release is pulled in. Class Diagram: Dependency Update in scaffolder-backend-module-confluence-to-markdown package.jsonclassDiagram
class ConfluenceToMarkdownScaffolderModule_PackageJson {
-String "@backstage/plugin-scaffolder-backend" : "workspace:^"
+String "@backstage/plugin-scaffolder-backend" : "0.1.1"
}
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
⛔ Snyk checks have failed. 2 issues have been found so far.
⛔ security/snyk check is complete. 2 issues have been found. (View Details) 💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
| "@backstage/errors": "workspace:^", | ||
| "@backstage/integration": "workspace:^", | ||
| "@backstage/plugin-scaffolder-backend": "workspace:^", | ||
| "@backstage/plugin-scaffolder-backend": "0.1.1", |
There was a problem hiding this comment.
The PR is attempting to fix security vulnerabilities by upgrading @backstage/plugin-scaffolder-backend, but the yarn.lock file hasn't been updated to match this change. According to the PR description, the automatic lock file update failed.
For this security fix to be properly applied, the yarn.lock file needs to be manually updated before merging. Without this update, the dependency resolution might not actually use version 0.1.1, leaving the vulnerabilities unresolved despite the change to package.json.
Please update the yarn.lock file by running yarn or yarn install in your development environment, then commit the updated lock file along with this package.json change.
Spotted by Diamond
Is this helpful? React 👍 or 👎 to let us know.
|
This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution! |
Snyk has created this PR to fix 2 vulnerabilities in the yarn dependencies of this project.
Snyk changed the following file(s):
plugins/scaffolder-backend-module-confluence-to-markdown/package.jsonNote for zero-installs users
If you are using the Yarn feature zero-installs that was introduced in Yarn V2, note that this PR does not update the
.yarn/cache/directory meaning this code cannot be pulled and immediately developed on as one would expect for a zero-install project - you will need to runyarnto update the contents of the./yarn/cachedirectory.If you are not using zero-install you can ignore this as your flow should likely be unchanged.
Vulnerabilities that will be fixed with an upgrade:
SNYK-JS-MULTER-10185673
SNYK-JS-MULTER-10185675
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Uncaught Exception
🦉 Missing Release of Memory after Effective Lifetime
Summary by Sourcery
Bug Fixes: